func math.satan

5 uses

	math (current package)
		asin.go#L42: 		temp = Pi/2 - satan(temp/x)
		asin.go#L44: 		temp = satan(x / temp)
		atan.go#L76: func satan(x float64) float64 {
		atan.go#L108: 		return satan(x)
		atan.go#L110: 	return -satan(-x)